Fix annotation for GtkDropTarget.get_gtypes()
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 3 Mar 2020 13:17:31 +0000 (13:17 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 3 Mar 2020 13:17:31 +0000 (13:17 +0000)
commita3b9dba13c2684453a0ea2e45054d9e0157d043a
treeafb51c5b32ab47e501d2ad0eb9c9670c5c952667
parent5e099e26065dbaa3ff994668b5a1a3b9994b535d
Fix annotation for GtkDropTarget.get_gtypes()

The argument name must match in the documentation, and the `allow-none`
annotation is deprecated, and should be replaced by `optional` in this
case.
gtk/gtkdroptarget.c